SftTree/NET 2.0

Last Property, ItemCollectionClass Class

Softel vdm, Inc.

Returns the last item in the item collection.

Syntax      ItemCollectionClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property Last As ItemClass

C#   

public ItemClass Last { get; }

C++   

public: property ItemClass^ Last {
        ItemClass^ get();
}

Property Value

The last item or null/Nothing if there are no items.

Comments

The Last property returns the last item in the item collection.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com